

a {
    color: #1d829a;
    background-color: transparent
}

a:hover {
    color: #114c5a;
    text-decoration: underline
}

a:not([href]), a:not([href]):hover {
    color: inherit;
    text-decoration: none
}



.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px
    }
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

a {
    color: #333
}

a, a:hover {
    text-decoration: none
}

a:hover {
    color: #204a94
}



img {
    max-width: 100%
}


.site-header {
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: all .2s
}

@media (min-width: 768px) {
    .site-header {
        height: 60px
    }
}

@media (min-width: 992px) {
    .site-header {
        height: 170px
    }
}

.site-header .container, .site-header .row {
    height: 100%
}

@media (min-width: 992px) {
    .site-header .container, .site-header .row {
        height: auto
    }
}

.site-header .topcol {
    /* line-height: 30px;
    background-image: linear-gradient(90deg, #1b4993, #275983 50%, #64ac33);*/
    height: 30px; 
    color: #fff;
    display: none
}

@media (min-width: 992px) {
    .site-header .topcol {
        display: block;
    }

    .site-header .topcol .container {
        opacity: 0;
        pointer-events: none;
    }
}

.site-header .topcol a {
    color: #fff
}

.site-header .topcol .social a {
    margin-right: .5rem
}

.site-header .topcol .social a:hover {
    color: #84d765
}

.site-header .topcol .social a.wechat {
    position: relative
}

.site-header .topcol .social a.wechat .qr {
    position: absolute;
    padding: 5px;
    background-color: #fff;
    z-index: 100;
    top: 60px;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    box-shadow: 0 0 16px rgba(0, 0, 0, .3);
    display: none;
    transition: all .2s
}

.site-header .topcol .social a.wechat .qr img {
    width: 100%
}

.site-header .topcol .social a.wechat .qr:before {
    position: absolute;
    content: " ";
    display: block;
    left: 50%;
    top: -10px;
    margin-left: -5px;
    z-index: 10;
    border: 5px solid transparent;
    border-bottom-color: #fff
}

.site-header .topcol .social a.wechat:hover .qr {
    display: block;
    top: 30px
}

.site-header .topcol .email .iconfont {
    margin-right: .3rem
}

.site-header .c1 {
    height: 50px;
    display: none
}

@media (min-width: 992px) {
    .site-header .c1 {
        display: block;
    }
}

/* .site-header .c2 {
    height: 50px !important;
	padding-top: 10px;
}

@media (min-width: 768px) {
    .site-header .c2 {
        height: 60px
    }
}

@media (min-width: 992px) {
    .site-header .c2 .minlogo {
        display: none
    }
} */

.site-header .logo {
    display: block;
    width: 200px;
    transition: all .2s
}

@media (min-width: 768px) {
    .site-header .logo {
        width: 140px
    }
}

@media (min-width: 992px) {
    .site-header .logo {
        padding-top: 1rem;
        width: auto
    }
}

@media (min-width: 1201px) {
    .site-header .logo {
        width: auto
    }
}

.site-header .logo img {
    display: block;
    max-width: 180px;
}

.site-header .store {
    display: none
}

@media (min-width: 992px) {
    .site-header .store {
        display: block
    }
}

.site-header .mainav-container {
    position: unset
}

@media (min-width: 1350px) {
		.site-header .mainav-container {
		    position: unset;
		    padding-left: 150px;
		}
	}

@media (min-width: 1200px) {
		.site-header .mainav-container {
		    position: unset;
		    padding-left: 28px;
		}
	}

	@media (min-width: 1440px) {
		.site-header .mainav-container {
		    position: unset;
		    padding-left: 188px;
		}
	}

.site-header .mainav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none
}

@media (min-width: 992px) {
    .site-header .mainav {
        display: block
    }
}

.site-header .mainav > li {
    display: inline-block;
    padding-right: 2rem;
    height: 40px;
}

.site-header .mainav > li > a {
    display: block;
    color: #000;
    /* height: 50px; */
    line-height: 40px;
    /*text-transform:uppercase*/
}

@media (min-width: 992px) {
    .site-header .mainav > li > a {
        font-size: .875rem
    }

    .site-header .mainav > li:hover > a {
        color: #204a94;
        border-bottom: 2px solid #204a94;
    }
}

@media (min-width: 1201px) {
    .site-header .mainav > li > a {
        font-size: 1rem
    }
}

.site-header .mainav > li > a:hover {
    color: #204a94
}

.site-header .mainav > li > a.active {
    color: #204a94;
    /*border-bottom:2px solid #204a94*/
}

.site-header .mainav > li .subRichMenus {
    position: fixed;
    left: 0;
    top: 170px;
    z-index: 1000;
    background-color: #fff;
    padding: 2rem;
    width: 100%;
    box-shadow: 0 20px 11px -2px rgba(0, 0, 0, .05);
    border-top: 1px solid #eee;
    display: none;
    transition: all .2s;
}

.site-header .mainav > li:hover .subRichMenus {
    display: block;
}

.fixheader.site-header .mainav > li .subRichMenus, .fix.site-header .mainav > li .subRichMenus {
    top: 50px;
}

.site-header .mainav > li:hover .subRichMenus .container {
    animation-name: fadeIn;
    animation-duration: 0.8s;
    animation-fill-mode: both;
}

.site-header .mainav > li .subRichMenus .row .pic > img {
    height: calc(100% - 150px);
    display: block;
    margin: auto;
    margin-top: 70px;
}



.site-header .mainav > li .subRichMenus .item {
    border-right: 1px solid #ddd;
    padding-right: 3rem
}

.site-header .mainav > li .subRichMenus .item .txt {
    padding-left: 1rem
}



.site-header .mainav > li .subRichMenus .item .txt .note {
    color: #204a94;
    margin-bottom: .8rem
}

.site-header .mainav > li .subRichMenus .item .txt .list {
    list-style: none;
    margin: 0;
    padding: 0
}

.site-header .mainav > li .subRichMenus .item .txt .list li {
    margin-bottom: .3rem
}

.site-header .mainav > li .subRichMenus .item1 {
    padding-right: 2rem
}

.site-header .mainav > li .subRichMenus .item1 img {
    margin-bottom: .5rem
}

.site-header .mainav > li .subRichMenus .item1 h3 {
    font-weight: 400
}

@media (min-width: 1601px) {
    .site-header .mainav > li .subRichMenus .item1 h3 {
        font-size: 1.125rem
    }
}

.site-header .mainav2 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    text-align: right
}

@media (min-width: 992px) {
    .site-header .mainav2 {
        display: none;
    }
}

.site-header .mainav2 > li {
    display: inline-block;
    position: relative;
    margin-right: 1rem
}

.site-header .mainav2 > li > a {
    display: block;
    color: #000;
    height: 47px;
    line-height: 45px;
    /*text-transform:uppercase*/
}

@media (min-width: 992px) {
    .site-header .mainav2 > li > a {
        font-size: .875rem
    }
}

.site-header .mainav2 > li > a:hover {
    color: #204a94
}

.site-header .mainav2 > li > a.active {
    position: relative;
    color: #204a94
}

.site-header .story {
    border-radius: 4px;
    /*background-color:#3c8122;*/
    line-height: 24px;
    height: 24px;
    display: block;
    color: #fff;
    padding: 0 .6rem
}



@media (min-width: 992px) {
    .site-header .mobilemenu {
        display: none
    }
}

.site-header .mobilemenu .menu-toggle {
    width: 28px;
    cursor: pointer
}

.site-header .mobilemenu .menu-toggle.on .one {
    transform: rotate(45deg) translate(3px, 5px)
}

.site-header .mobilemenu .menu-toggle.on .two {
    opacity: 0
}

.site-header .mobilemenu .menu-toggle.on .three {
    transform: rotate(-45deg) translate(6px, -8px)
}

.site-header .one, .site-header .three, .site-header .two {
    width: 100%;
    height: 2px;
    background-color: #204a94;
    margin: 6px auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-duration: .3s
}

.site-header .menu-over {
    position: absolute;
    right: 0;
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: #fff;
    display: none;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    z-index: 10
}

@media (min-width: 768px) {
    .site-header .menu-over {
        top: 60px;
        height: calc(100vh - 60px)
    }
}

@media (min-width: 992px) {
    .site-header .menu-over {
        top: 90px;
        height: calc(100vh - 170px)
    }
}

@media (min-width: 1201px) {
    .site-header .menu-over {
        top: 98px;
        height: calc(100vh - 98px)
    }
}

.site-header .menu-over ul.mobilenav {
    list-style: none;
    margin: 0;
    padding: 2rem 0 0;
    height: 100%;
    overflow-y: none;
    text-align: center
}

.site-header .menu-over ul.mobilenav > li {
    position: relative;
    transition: all .2s;
    text-align: center
}

.site-header .menu-over ul.mobilenav > li > a {
    display: block;
    color: #333;
    position: relative;
    padding: 1rem .3rem;
    font-size: 14px;
    border-bottom: 1px solid #eee
}

.site-header .menu-over ul.mobilenav {
    overflow: auto;
}

.site-header .menu-over ul.mobilenav > li > a {
    transition: all 0.6s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 24px;
    text-align: left;
    position: relative;
    border: none;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
}
.site-header .menu-over ul.mobilenav > li > div {
    transition: all 0.6s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 24px;
    text-align: left;
    position: relative;
    border: none;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
}

.site-header .menu-over ul.mobilenav > li > a.on {
    background-color: #f7f9fa;
}
.site-header .menu-over ul.mobilenav > li > div.on {
    background-color: #f7f9fa;
}

.site-header .menu-over ul.mobilenav > li > a > i {
    transition: all 0.6s;
    font-size: 12px;
    width: 24px;
    text-align: center;
    height: 24px;
    line-height: 24px;
}
.site-header .menu-over ul.mobilenav > li > div > i {
    transition: all 0.6s;
    font-size: 12px;
    width: 24px;
    text-align: center;
    height: 24px;
    line-height: 24px;
}

.site-header .menu-over ul.mobilenav > li > a.on > i {
    transform: rotate(180deg);
}
.site-header .menu-over ul.mobilenav > li > div.on > i {
    transform: rotate(180deg);
}

.site-header .menu-over ul.mobilenav > li > a:before {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    background-color: rgba(0, 0, 0, .09);
}
.site-header .menu-over ul.mobilenav > li > div:before {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    background-color: rgba(0, 0, 0, .09);
}

.site-header .menu-over ul.mobilenav > li > ol.child_nav {
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    background-color: #f7f9fa;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.6s;
}

.site-header .menu-over ul.mobilenav > li > ol.child_nav.on {
    max-height: 300vh;
    pointer-events: auto;
}

.site-header .menu-over ul.mobilenav > li > ol > li {
    width: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.site-header .menu-over ul.mobilenav > li > ol > li:nth-child(2n+1) {
    transition: all 0.6s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 24px;
    width: 100%;
    text-align: left;
    border-bottom: none;
}

.site-header .menu-over ul.mobilenav > li > ol > li:nth-child(2n+1) > a {
    padding: 0 24px 0 48px;
}

.site-header .menu-over ul.mobilenav > li > ol > li:nth-child(2n+1) > i {
    transition: all 0.6s;
    font-size: 12px;
    width: 24px;
    text-align: center;
    height: 24px;
    line-height: 24px;
}

.site-header .menu-over ul.mobilenav > li > ol > li:nth-child(2n+1).on {
    background-color: #f0f1f2;
}

.site-header .menu-over ul.mobilenav > li > ol > li:nth-child(2n+1).on > i {
    transform: rotate(180deg);
}

.site-header .menu-over ul.mobilenav > li > ol > li:nth-child(2n) {
    border-right: none;
    background-color: #f0f1f2;
    width: 100%;
    border-bottom: none;
}

.site-header .menu-over ul.mobilenav > li > ol > li.no_down {
    transition: all 0.6s;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 24px;
    width: 100%;
    text-align: left;
    border-bottom: none;
}

.site-header .menu-over ul.mobilenav > li > ol > li.no_down > a {
    padding: 0 24px 0 48px;
}

.site-header .menu-over ul.mobilenav > li > ol > li.no_down > i {
    transition: all 0.6s;
    font-size: 12px;
    width: 24px;
    text-align: center;
    height: 24px;
    line-height: 24px;
}

.site-header .menu-over ul.mobilenav > li > ol > li.no_down.on {
    background-color: #f0f1f2;
}

.site-header .menu-over ul.mobilenav > li > ol > li.no_down.on > i {
    transform: rotate(180deg);
}

.site-header .menu-over ul.mobilenav > li > ol > li > .items_ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.6s;
}

.site-header .menu-over ul.mobilenav > li > ol > li.on > .items_ {
    max-height: 300px;
    pointer-events: auto;
}

.site-header .menu-over ul.mobilenav > li > ol > li > a {
    font-weight: 600;
}

.site-header .menu-over ul.mobilenav > li > ol > li > .items_ > a {
    width: 100%;
    line-height: 40px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    padding: 0 24px 0 72px;
}

.site-header .menu-over ul.mobilenav > li > ol > li > a {
    display: block;
    line-height: 46px;
    font-size: 13px;
}

@media (min-width: 1601px) {
    .site-header .menu-over ul.mobilenav > li > a {
        font-size: 1rem
    }
}

.site-header .menu-over ul.mobilenav > li > a:active, .site-header .menu-over ul.mobilenav > li > a:focus, .site-header .menu-over ul.mobilenav > li > a:hover {
    color: #204a94
}

.site-header .menu-over ul.mobilenav > li.active a {
    color: #204a94;
    border-bottom: 1px solid #204a94
}

.site-header .menu-over ul.mobilenav > li.down {
    position: relative
}

.site-header .menu-over ul.mobilenav > li.open i.iconfont {
    transform: rotate(180deg)
}

.site-header .menu-over ul.mobilenav > li .subnav {
    list-style: none;
    border-top: 1px solid hsla(0, 0%, 93.3%, .93);
    border-bottom: 1px solid hsla(0, 0%, 93.3%, .93);
    padding: .5rem 0;
    margin: 1rem 0
}

.site-header .menu-over ul.mobilenav > li .subnav li {
    display: inline-block
}

.site-header .menu-over ul.mobilenav > li .subnav li a {
    display: block;
    padding: .7rem 1rem;
    color: #666;
    font-size: .875rem
}

@media (min-width: 992px) {
    .site-header.fixheader, .site-header.fix {
        top: -120px
    }
}

.site-header.fixheader .minlogo, .site-header.fix .minlogo {
    display: block
}

.site-header.fixheader .minlogo .logo, .site-header.fix .minlogo .logo {
    padding-top: 0;
    /*width:130px*/
}

.sliders {
    position: relative
}

.detail {
    display: inline-block;
    position: absolute;
    bottom: 2rem;
    width: 80px;
    right: 0;
    left: 0;
    margin: auto;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    z-index: 100;
    background-color: rgba(0, 0, 0, .2);
    text-align: center;
    color: #fff
}

.detail:hover {
    color: #84d765;
    background-color: rgba(32, 74, 148, .4)
}

@media (min-width: 768px) {
    .detail {
        bottom: 3rem;
        height: 35px;
        line-height: 35px;
        border-radius: 18px;
        width: 90px
    }
}

@media (min-width: 992px) {
    .detail {
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        bottom: 6rem;
        width: 100px
    }
}

.vidBox {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    z-index: 5000;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, .9)
}

#home .vidBox {
    padding-top: 190px;
}

.vidBox .videCont {
    max-width: 900px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    position: relative
}

.vidBox .videCont .btn-close {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 200;
    background-color: #fff;
    text-align: center;
    line-height: 40px
}

.vidBox .videCont .btn-close:hover {
    background-color: #84d765;
    color: #fff
}

@media screen and (max-width: 800px) {
    .vidBox .videCont .btn-close {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        position: absolute;
        right: 5px;
        top: -50px;
        z-index: 200;
        background-color: #fff;
        text-align: center;
        line-height: 40px
    }
}

.vidBox .videCont video {
    width: 100%
}


.subscribe {
    position: relative;
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
    color: #fff;
    overflow: hidden
}

.subscribe video#videobg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    background: url(../image/story_01.jpg) no-repeat;
    background-size: cover;
    transition: opacity 1s
}

.subscribe .title {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    .subscribe .title {
        font-size: 1.875rem
    }
}

@media (min-width: 992px) {
    .subscribe .title {
        font-size: 2.125rem
    }
}

@media (min-width: 1201px) {
    .subscribe .title {
        font-size: 2.375rem
    }
}

@media (min-width: 1601px) {
    .subscribe .title {
        font-size: 2.625rem
    }
}

.subscribe form {
    border: 2px solid #fff;
    max-width: 570px;
    margin: 0 auto
}

.subscribe form input {
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
    outline: 0
}

@media (min-width: 768px) {
    .subscribe form input {
        font-size: 1rem
    }
}

@media (min-width: 992px) {
    .subscribe form input {
        font-size: 1.125rem
    }
}

.subscribe form input::-moz-placeholder {
    color: #fff
}

.subscribe form input:-ms-input-placeholder {
    color: #fff
}

.subscribe form input::-ms-input-placeholder {
    color: #fff
}

.subscribe form input::placeholder {
    color: #fff
}

.subscribe form button {
    border: none;
    width: 40px;
    height: 40px;
    background-color: #fff;
    font-size: .875rem
}

@media (min-width: 768px) {
    .subscribe form button {
        width: 45px;
        height: 45px;
        font-size: .875rem
    }
}

@media (min-width: 992px) {
    .subscribe form button {
        width: 50px;
        height: 50px;
        font-size: 1rem
    }
}

@media (min-width: 1201px) {
    .subscribe form button {
        width: 56px;
        height: 56px;
        font-size: 1.125rem
    }
}

@media (min-width: 1601px) {
    .subscribe form button {
        width: 59px;
        height: 59px
    }
}

..leftcol {
    margin-bottom: 2rem
}

@media (min-width: 992px) {
    ..leftcol {
        font-size: 1rem;
        left: .9375rem;
        top: 0;
        z-index: 100;
        position: absolute
    }
}

@media (min-width: 992px) {
    ..leftcol.fixedLeft {
        top: 5rem;
        position: fixed;
        left: 50%;
        margin-left: -460px
    }
}

@media (min-width: 1201px) {
    ..leftcol.fixedLeft {
        margin-left: -560px
    }
}

@media (min-width: 1601px) {
    ..leftcol.fixedLeft {
        margin-left: -710px
    }
}

@media (min-width: 992px) {
    ..leftnav {
        width: 150px
    }
}

@media (min-width: 1201px) {
    ..leftnav {
        width: 180px
    }
}

..leftnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

@media (min-width: 992px) {
    ..leftnav ul {
        text-align: left
    }
}

..leftnav li {
    display: inline-block;
    margin: 0 .6rem
}

@media (min-width: 992px) {
    ..leftnav li {
        font-size: 1rem;
        display: block
    }
}

@media (min-width: 1201px) {
    ..leftnav li {
        font-size: 1.125rem
    }
}

@media (min-width: 1601px) {
    ..leftnav li {
        font-size: 1.25rem
    }
}

..leftnav li a {
    display: block;
    padding: .6rem 0
}

..leftnav li a.active {
    color: #204a94
}

..leftnav li .leftsubnav {
    padding-left: 1rem;
    display: none
}

@media (min-width: 992px) {
    ..leftnav li .leftsubnav {
        display: block
    }
}

..leftnav li .leftsubnav li {
    font-size: .875rem;
    margin-bottom: 0
}

@media (min-width: 992px) {
    ..leftnav li .leftsubnav li {
        font-size: 1rem
    }
}

..leftnav li .leftsubnav li a {
    color: #999
}

..leftnav li .leftsubnav li a:hover {
    color: #204a94
}

@media (min-width: 992px) {
    ..content {
        margin-left: 165px
    }
}

@media (min-width: 1201px) {
    ..content {
        margin-left: 195px
    }
}







.comment-s9 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

@media (min-width: 992px) {
    .comment-s9 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

@media (min-width: 1201px) {
    .comment-s9 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

@media (min-width: 1601px) {
    .comment-s9 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}


.toTop {
    position: fixed;
    right: 1rem;
    bottom: 3rem;
    z-index: 2000;
    display: none;
    cursor: pointer;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.toTop.on {
    display: block !important;
}

.toTop img {
    width: 38px;
    transition: opacity 0.3s ease-in-out;
}

.toTop .hover_{
    position: absolute;width: 100%;height: 100%;
    left: 0;top: 0;
    z-index: 10;opacity: 0;transition: opacity 0.3s ease-in-out;
}

.toTop:hover .hover_ {
    opacity: 1;
}

@media (min-width: 768px) {
    .toTop {
        right: 2rem;
        bottom: 2rem;
    }

    .toTop img {
        width: 58px;
    }
}

.toTop:hover {
    opacity: 1
}

@media print {
    :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

 
}

ul, ol {
    list-style: none;
}



.site-header .store {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.subRichMenus .container ul {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.subRichMenus .container ul > li {
    padding-right: 16px;
    padding-left: 40px;
    border-right: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subRichMenus .container ul > li:last-of-type {
    border: none;
}

.subRichMenus .container ul > li .til {
    width: 100%;
}

.subRichMenus .container ul > li .til h2 {
    line-height: 1.2;
    font-weight: bold;
}

/* .subRichMenus .container ul > li .til p {
    color: #1b4993;
} */

.subRichMenus .container ul > li .box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    width: 100%;
    min-height: 140px;
    flex-wrap: wrap
}

.subRichMenus .container ul > li .photo {
    width: 145px;
    margin-right: 20px;
    align-self: center;
    background-size: contain;
    padding-bottom: 48%;
    background-position: center;
    position: relative;
}

.subRichMenus .container ul > li .pic_ {
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.subRichMenus .container ul > li .pic_.on {
    opacity: 1;
}

.subRichMenus .container ul > li .box > ol {
    width: 100%;
    padding-left: 0;
    min-width: 150px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.subRichMenus .container ul > li .box > ol > li {
    margin: 5px 0;
}

.subRichMenus .container ul > li .box > ol > li > a {
    color: rgba(62, 62, 62, 0.5);
    transition: all 0.3s ease-in-out;
}

.subRichMenus .container ul > li .box > ol > li.on > a {
    color: rgba(62, 62, 62, 1);
    text-decoration: underline;
}

.subRichMenus .container ul > li .box > ol > li:hover > a {
    color: rgba(62, 62, 62, 1);
    text-decoration: underline;
}

.pic_ {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.home-body {
    padding-top: 0;
}

.after-inner {
    padding-top: 0;
    overflow: hidden;
}

.after-inner .page-content {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 10;
    min-height: 100vh;
}

#roll {
    transition: transform 0.8s ease-in-out;
    background-color: #fff;
}

#roll .row_ {
    pointer-events: auto;
    width: 100%;
    overflow: hidden;
}

#roll .row_.app {
    pointer-events: auto;
    padding-top: 50px;
}

#roll .row_ > .bgBox {
    height: 100%;
}




#openVideo {
    background: url(../picture/mask1.jpg) center no-repeat;
    background-size: cover;
    width: 140px;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
}

#openVideo img {
    vertical-align: text-bottom;
    margin-left: 10px;
    transition: all 0.4s ease-in-out;
}

#openVideo:hover {
    color: #fff;
    letter-spacing: 1px;
}

#openVideo:hover img {
    transform: translateX(5px);
}



#home {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 10;
    min-height: 100vh;
    overflow: hidden;
    height: 100%;
}



#topic {
    position: fixed;
    width: 100%;
    height: calc(100% - 170px - 213px);
    z-index: 10;
    top: 170px;
    left: 0;
}

#topic .comeIn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 80px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

#topic .comeIn > img {
    position: relative;
    z-index: 10;
}

#topic .comeIn .bgBox {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
}

#topic .comeIn .bgBox .canvas-box {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    opacity: 0.4;
}

.reverseInNext {
    animation-name: reverseInNext;
    animation-fill-mode: both;
    transform-origin: 50% 0;
    animation-duration: 1.2s;
}

.fadeInUp {
    animation-duration: 1s;
}

.swingInNext {
    animation-name: swingInNext;
    animation-fill-mode: both;
    animation-duration: 1.2s;
}

.video-parent {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
}

.video-parent .cv {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.video-parent .pic_ {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.video-parent .cv.on {
    opacity: 1;
}

.video-parent .cv.on + .pic_ {
    opacity: 0;
}

.container {
    position: relative;
    z-index: 12;
}



@keyframes reverseInNext {
    from {
        -webkit-transform: translateY(-100%) translateZ(0px) rotateX(90deg);
        opacity: 0;
        transform-origin: 50% 100%;
    }
    to {
        -webkit-transform: translateY(0) translateZ(0px) rotateX(0deg);
        opacity: 1;
        transform-origin: 50% 50%;
    }
}

@keyframes swingInNext {
    0% {
        opacity: 0;
        transform: perspective(600px) rotateX(5deg) rotateY(-10deg) scale(.8) translateX(10%);
    }
    80% {
        opacity: 1;
    translateX(0 %);
    }
    100% {
        opacity: 1;
        transform: perspective(600px) rotateX(0deg) rotateY(0deg) scale(1) translateX(0%);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp1 {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes overthrowInNext {
    from {
        -webkit-transform: translateY(-100%) translateZ(0px) rotateX(-90deg);
        opacity: 0;
        transform-origin: 50% 100%;
    }
    to {
        -webkit-transform: translateY(0) translateZ(0px) rotateX(0deg);
        opacity: 1;
        transform-origin: 50% 50%;
    }
}

.Testimonial_box {
    padding-right: 24px;
    height: 500px;
    overflow: auto;
}

.Testimonial_box .list_ {
    padding: 10px 0;
}

.Testimonial_box .list_ .top_ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.Testimonial_box .list_ .top_ .le {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.Testimonial_box .list_ .top_ .le > img {
    max-width: 160px;
}

.Testimonial_box .list_ .top_ .le > span {
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
}

.Testimonial_box .list_ .top_ .ri {
    color: rgba(0, 0, 0, 0.5);
}

.Testimonial_box .list_ .mid_ {
}

.Testimonial_box .list_ .mid_ > p {
    color: rgba(0, 0, 0, 0.5);
}


@media screen and (min-width: 992px) {
    .app_ {
        display: none !important;
    }

   
}

@media screen and (max-width: 992px) {
    .op-0 {
        opacity: 0;
    }

    .pc_ {
        display: none !important;
        will-change: transform;
        visibility: visible;
        color: rgba(0, 0, 0, 0);
    }

   

   
    .subscribe {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .subscribe .title {
        margin-bottom: 1rem;
        font-size: 1rem;
    }

    .site-header .c2 > .row > .col-auto:nth-of-type(3) {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }

    .site-header .c2 > .row > .col-auto:nth-of-type(3) .store {
        padding: 0;
    }

    .site-header .c2 > .row > .col-auto:nth-of-type(3) .store > a > img {
        height: 18px;
    }

   
    ..leftnav ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

   
    .detail {
        bottom: 7rem;
    }

    .Testimonial_box .list_ .top_ .le > img {
        max-width: 90px;
    }

    .Testimonial_box {
        padding-right: 0;
    }

    .Testimonial_box .list_ .top_ .le > span {
        margin-left: 10px;
    }

    .Testimonial_box .list_ .top_ .ri {
        font-size: 12px;
    }

    .Testimonial_box .list_ .mid_ > p {
        line-height: 1.7;
        font-size: 13px;
    }

    .Testimonial_box .list_ .top_ {
        margin-bottom: 10px;
    }

    

    .s3-formcontact .contact .item .pic {
        width: 43px;
        height: 43px;
        line-height: 40px;
    }

    .s3-formcontact .contact .item .pic:after {
        width: 55px;
        height: 55px;
    }

    .s3-formcontact .contact .item .pic .iconfont {
        font-size: 1.2rem;
    }

